home *** CD-ROM | disk | FTP | other *** search
- //***********************************************************************
- //
- // MainFrame.h
- //
- //***********************************************************************
-
- class CMainFrame : public CFrameWnd
- {
- DECLARE_DYNCREATE (CMainFrame)
-
- private:
- CStatusBar m_wndStatusBar;
- CSplitterWnd m_wndSplitter;
-
- protected:
- virtual BOOL PreCreateWindow (CREATESTRUCT&);
- virtual BOOL OnCreateClient (LPCREATESTRUCT, CCreateContext*);
- virtual BOOL OnCmdMsg (UINT, int, void*, AFX_CMDHANDLERINFO*);
-
- afx_msg int OnCreate (LPCREATESTRUCT);
- DECLARE_MESSAGE_MAP ()
- };
-